5.5
MEDIUM CVSS 3.1
CVE-2026-23362
can: bcm: fix locking for bcm_op runtime updates
Description

In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix locking for bcm_op runtime updates Commit c2aba69d0c36 ("can: bcm: add locking for bcm_op runtime updates") added a locking for some variables that can be modified at runtime when updating the sending bcm_op with a new TX_SETUP command in bcm_tx_setup(). Usually the RX_SETUP only handles and filters incoming traffic with one exception: When the RX_RTR_FRAME flag is set a predefined CAN frame is sent when a specific RTR frame is received. Therefore the rx bcm_op uses bcm_can_tx() which uses the bcm_tx_lock that was only initialized in bcm_tx_setup(). Add the missing spin_lock_init() when allocating the bcm_op in bcm_rx_setup() to handle the RTR case properly.

INFO

Published Date :

March 25, 2026, 11:16 a.m.

Last Modified :

April 24, 2026, 6:21 p.m.

Remotely Exploit :

No

Source :

416baaa9-dc9f-4396-8d5f-8c081fb06d67
Affected Products

The following products are affected by CVE-2026-23362 vulnerability. Even if cvefeed.io is aware of the exact versions of the products that are affected, the information is not represented in the table below.

ID Vendor Product Action
1 Linux linux_kernel
CVSS Scores
The Common Vulnerability Scoring System is a standardized framework for assessing the severity of vulnerabilities in software and systems. We collect and displays CVSS scores from various sources for each CVE.
Score Version Severity Vector Exploitability Score Impact Score Source
CVSS 3.1 MEDIUM [email protected]
Solution
Initialize spin_lock for RTR frame handling in bcm_rx_setup.
  • Apply the kernel patch to initialize spin_lock.
  • Ensure proper locking for runtime updates.
  • Test RTR frame functionality after patch.
Public PoC/Exploit Available at Github

CVE-2026-23362 has a 1 public PoC/Exploit available at Github. Go to the Public Exploits tab to see the list.

CWE - Common Weakness Enumeration

While CVE identifies specific instances of vulnerabilities, CWE categorizes the common flaws or weaknesses that can lead to vulnerabilities. CVE-2026-23362 is associated with the following CWEs:

Common Attack Pattern Enumeration and Classification (CAPEC)

Common Attack Pattern Enumeration and Classification (CAPEC) stores attack patterns, which are descriptions of the common attributes and approaches employed by adversaries to exploit the CVE-2026-23362 weaknesses.

We scan GitHub repositories to detect new proof-of-concept exploits. Following list is a collection of public exploits and proof-of-concepts, which have been published on GitHub (sorted by the most recently updated).

DSA and DLA for Debian last 14 days

Python

Updated: 9 hours, 26 minutes ago
0 stars 1 fork 1 watcher
Born at : Feb. 12, 2025, 2:08 p.m. This repo has been linked 606 different CVEs too.

Results are limited to the first 15 repositories due to potential performance issues.

The following list is the news that have been mention CVE-2026-23362 vulnerability anywhere in the article.

The following table lists the changes that have been made to the CVE-2026-23362 vulnerability over time.

Vulnerability history details can be useful for understanding the evolution of a vulnerability, and for identifying the most recent changes that may impact the vulnerability's severity, exploitability, or other characteristics.

  • Initial Analysis by [email protected]

    Apr. 24, 2026

    Action Type Old Value New Value
    Added CVSS V3.1 AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H
    Added CWE CWE-667
    Added CPE Configuration OR *cpe:2.3:o:linux:linux_kernel:6.15:-:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.14.9 up to (excluding) 6.15 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.19 up to (excluding) 6.19.7 *cpe:2.3:o:linux:linux_kernel:7.0:rc1:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.0:rc2:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.0:rc3:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.0:rc4:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.0:rc5:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.0:rc6:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:7.0:rc7:*:*:*:*:*:* *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.10.238 up to (excluding) 5.10.253 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.15.185 up to (excluding) 5.15.203 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 5.4.294 up to (excluding) 5.5 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.1.141 up to (excluding) 6.1.167 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.12.31 up to (excluding) 6.12.77 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.15.1 up to (excluding) 6.18.17 *cpe:2.3:o:linux:linux_kernel:*:*:*:*:*:*:*:* versions from (including) 6.6.93 up to (excluding) 6.6.130
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/0904037e713f787d1376e1d349c3bdf6c3105881 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/70e951afad4c025261fe3c952d2b07237e320a01 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/800f26f11ae37b17f58e0001f28a47dd75c26557 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/8215ba7bc99e84e66fd6938874ec4330a9d96518 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/8bcf2d847adb82b2c617456f6da17ac5e6c75285 Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/c35636e91e392e1540949bbc67932167cb48bc3a Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/c85b96eaf766d8f066b1139a17a51efa2f6627ef Types: Patch
    Added Reference Type kernel.org: https://git.kernel.org/stable/c/f0c349b2c21b220af5ba19f29b885e222958d796 Types: Patch
  • CVE Modified by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Apr. 18, 2026

    Action Type Old Value New Value
    Added Reference https://git.kernel.org/stable/c/0904037e713f787d1376e1d349c3bdf6c3105881
    Added Reference https://git.kernel.org/stable/c/c85b96eaf766d8f066b1139a17a51efa2f6627ef
  • New CVE Received by 416baaa9-dc9f-4396-8d5f-8c081fb06d67

    Mar. 25, 2026

    Action Type Old Value New Value
    Added Description In the Linux kernel, the following vulnerability has been resolved: can: bcm: fix locking for bcm_op runtime updates Commit c2aba69d0c36 ("can: bcm: add locking for bcm_op runtime updates") added a locking for some variables that can be modified at runtime when updating the sending bcm_op with a new TX_SETUP command in bcm_tx_setup(). Usually the RX_SETUP only handles and filters incoming traffic with one exception: When the RX_RTR_FRAME flag is set a predefined CAN frame is sent when a specific RTR frame is received. Therefore the rx bcm_op uses bcm_can_tx() which uses the bcm_tx_lock that was only initialized in bcm_tx_setup(). Add the missing spin_lock_init() when allocating the bcm_op in bcm_rx_setup() to handle the RTR case properly.
    Added Reference https://git.kernel.org/stable/c/70e951afad4c025261fe3c952d2b07237e320a01
    Added Reference https://git.kernel.org/stable/c/800f26f11ae37b17f58e0001f28a47dd75c26557
    Added Reference https://git.kernel.org/stable/c/8215ba7bc99e84e66fd6938874ec4330a9d96518
    Added Reference https://git.kernel.org/stable/c/8bcf2d847adb82b2c617456f6da17ac5e6c75285
    Added Reference https://git.kernel.org/stable/c/c35636e91e392e1540949bbc67932167cb48bc3a
    Added Reference https://git.kernel.org/stable/c/f0c349b2c21b220af5ba19f29b885e222958d796
EPSS is a daily estimate of the probability of exploitation activity being observed over the next 30 days. Following chart shows the EPSS score history of the vulnerability.